projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b50375a
)
Fix typo in doc comment
author
Kristian Rietveld
<kris@gtk.org>
Mon, 22 Aug 2011 19:26:44 +0000
(21:26 +0200)
committer
Kristian Rietveld
<kris@gtk.org>
Mon, 22 Aug 2011 19:30:35 +0000
(21:30 +0200)
gtk/gtktreemodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodel.c
b/gtk/gtktreemodel.c
index 02ea9c9a4f402ab88ebc0970c162b2da2b550310..3ea382efc51c70576880d3503f8644430505a9ad 100644
(file)
--- a/
gtk/gtktreemodel.c
+++ b/
gtk/gtktreemodel.c
@@
-1217,7
+1217,7
@@
gtk_tree_model_get_column_type (GtkTreeModel *tree_model,
* @path: the #GtkTreePath
*
* Sets @iter to a valid iterator pointing to @path. If @path does
- * not exist,
*
@iter is set to an invalid iterator and %FALSE is returned.
+ * not exist, @iter is set to an invalid iterator and %FALSE is returned.
*
* Return value: %TRUE, if @iter was set
*/